home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 3.0 KB | 73 lines | [TEXT/GEOL] |
- Item forwarded by FRED.FORSMAN to PZZA.SLT
-
- Item 8474709 10-July-90 16:36PDT
-
- From: AACO Arthur Andersen, Glenn A Noga,VCA
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: Linker Resource Problem
-
- I have a problem with MPW that has me stumped. A few days ago I started
- getting the following error from the linker when attempting to link (this
- happens both when compiling my code and code from Examples, such as Calc).
- Nothing on my Mac had changed during this transition from MacApp-Bliss to
- MacApp-Despair. If I boot from an external drive, I am able to use my copy of
- MPW to link successfully. I copied MPW, MacApp, and a complete System Folder
- from the working drive and still get the same results. In ResEdit MacApp.lib
- contains no resources at all, so what is the linker attempting to write?
-
- mabuild SaleR -save -nodebug -link "-p" -rez "-d XIncludeOtherViewTypes=1"
- MABuildTool - v. 2.0 Release 3/22/90 Start: 3:10:12 PM 7/9/90
- Copyright Apple Computer, Inc. 1986-1990
- All Rights Reserved.
- AutoSaving…
- Target Folder: "Heliotrope:MPW:MacApp:SalesReport:.Non-Debug Files:"
- Making: SaleR.MAMake
- Linking: SaleR
- MC68000 Linker - v. 3.1 Release 18-September-1989 Start: 3:10:41 PM
- 7/9/90
- 3.1, Copyright Apple Computer, Inc. 1985-1989
- All Rights Reserved.
- Reading files:
- File: 1 "Heliotrope:MPW:MacApp:SalesReport:.Non-Debug Files:USaleR.p.o"
- File: 2 "Heliotrope:MPW:MacApp:SalesReport:.Non-Debug Files:MSaleR.p.o"
- File: 3 "Heliotrope:MPW:MacApp:SalesReport:BitMapToRegion.o"
- …
- File: 20 "Heliotrope:MPW:MacApp:SalesReport:.Non-Debug Files:USoundUnit.p.o"
- File: 21 "Heliotrope:MPW:MacApp:Libraries:.Non-Debug Files:MacApp.lib"
- File: 22 "Heliotrope:MPW:Libraries:PLibraries:SANElib.o"
- File: 23 "Heliotrope:MPW:Libraries:Libraries:RunTime.o"
- File: 24 "Heliotrope:MPW:Libraries:PLibraries:PasLib.o"
- File: 25 "Heliotrope:MPW:Libraries:Libraries:Interface.o"
- File: 26 "Heliotrope:MPW:Libraries:Libraries:ToolLibs.o"
-
- Doing Method Table optimizations.
- Doing active analysis.
- Max. depth of search: 55
- Size of global data area: 4224
- Input summary:
- Read Max Bytes
- 4740 Strings
- 62 Str Blks 127348
- 5045 65535 Symbols 312790
- 43 ID-Sym Blks 44032
- 26 Files
- 169 Segments
- 4850 Modules
- 13311 65535 Ref. Lists 159732
- Total bytes: 643902
- 2280 active and 324 visible entries of 4850 read.
- 45 segments, 1423 Jump Table entries.
- ### While reading file "Heliotrope:MPW:MacApp:Libraries:.Non-Debug
- Files:MacApp.lib"
- ### Link: Resource not found (OS error -192)
- ### Link: Error: Resource I/O error, # (Error 6) setting resource attributes.
- ### Link: Errors prevented normal completion.
- There was 1 error.
- Execution required 207 seconds.
- ### MPW Shell - Execution of Heliotrope:MPW:MacApp:SalesReport:.Non-Debug
- Files:SaleR.MakeIt terminated.
- ### MPW Shell - Execution of mabuild terminated.
-
-